'Declaration Public Function New( _
ByVal textThe text to display on the CheckedToolStripSplitButton.As System.String, _
ByVal imageThe System.Drawing.Image to be displayed on the CheckedToolStripSplitButton.As System.Drawing.Image, _
ByVal ParamArray dropDownItemsA System.Windows.Forms.ToolStripItem array of controls.() As System.Windows.Forms.ToolStripItem _
)
public CheckedToolStripSplitButton(
System.String text,
System.Drawing.Image image,
params System.Windows.Forms.ToolStripItem[] dropDownItems
)
public: CheckedToolStripSplitButton(
System.String text,
System.Drawing.Image* image,
params System.Windows.Forms.ToolStripItem*[]* dropDownItems
)
public:
CheckedToolStripSplitButton(
System.String text,
System.Drawing.Image^ image,
... array<System.Windows.Forms.ToolStripItem^>^ dropDownItems
)
Parameters
- text
- The text to display on the CheckedToolStripSplitButton.
- image
- The System.Drawing.Image to be displayed on the CheckedToolStripSplitButton.
- dropDownItems
- A System.Windows.Forms.ToolStripItem array of controls.